Documentation fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 00:06:12 +0000 (00:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 00:06:12 +0000 (00:06 +0000)
svn path=/trunk/; revision=21956

docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkfontsel.sgml

index 9bf976006a5b1a0ec529811825a490c02ff5029c..9045bbe7a8a0ab0ab13cdace03b66408b99c213b 100644 (file)
@@ -1,5 +1,8 @@
 2008-12-28  Matthias Clasen <mclasen@redhat.com>
 
+       * docs/reference/gtk/gtk-sections.txt: Remove overridden INCLUDEs
+
+       * gtk/tmpl/gtkfontsel.sgml:
        * gtk/tmpl/gtkeditable.sgml: Merge docs inline.
 
 2008-12-27  Matthias Clasen <mclasen@redhat.com>
index fce67299313d4f9acbc15785d53a3220ffb2841f..00b6b28f9279bb5bcffe1646b7b00a9e27e601aa 100644 (file)
@@ -2028,7 +2028,6 @@ gtk_image_menu_item_get_type
 </SECTION>
 
 <SECTION>
-<INCLUDE>gtk/gtkimmodule.h</INCLUDE>
 <FILE>gtkimcontext</FILE>
 <TITLE>GtkIMContext</TITLE>
 GtkIMContext
index e7ebf07aba2850e7e58d4581304223c4bdf0f4db..e436f995f53ea496340b938045ca92f057a80e5a 100644 (file)
@@ -62,19 +62,19 @@ only be accessed using the functions below.
 
 <!-- ##### FUNCTION gtk_font_selection_new ##### -->
 <para>
-Creates a new #GtkFontSelection.
+
 </para>
 
-@Returns: a new #GtkFontSelection.
+@Returns:
 
 
 <!-- ##### FUNCTION gtk_font_selection_get_font ##### -->
 <para>
-Gets the currently-selected font.
+
 </para>
 
-@fontsel: a #GtkFontSelection.
-@Returns: the currently-selected font, or NULL if no font is selected.
+@fontsel: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_font_selection_get_font_name ##### -->
@@ -96,21 +96,20 @@ Gets the currently-selected font.
 
 <!-- ##### FUNCTION gtk_font_selection_get_preview_text ##### -->
 <para>
-Gets the text displayed in the preview area.
+
 </para>
 
-@fontsel: a #GtkFontSelection.
-@Returns: the text displayed in the preview area. This string is
- owned by the widget and should not be modified or freed.
+@fontsel:
+@Returns:
 
 
 <!-- ##### FUNCTION gtk_font_selection_set_preview_text ##### -->
 <para>
-Sets the text displayed in the preview area.
+
 </para>
 
-@fontsel: a #GtkFontSelection.
-@text: the text to display in the preview area.
+@fontsel: 
+@text: 
 
 
 <!-- ##### FUNCTION gtk_font_selection_get_face ##### -->